Skip to content

Commit ef3526f

Browse files
authored
Merge pull request #5 from Axel77g/develop
[ROLLUP] fix
2 parents 6fdf123 + a2acdc8 commit ef3526f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import json from "@rollup/plugin-json";
2-
import terser from "@rollup/plugin-terser";
32

43
export default {
54
input: "src/main.js",
65
output: {
76
file: "dist/yml-include.min.js",
87
format: "module",
98
},
10-
plugins: [json(), terser()],
9+
plugins: [json()],
1110
};

0 commit comments

Comments
 (0)