|
35 | 35 | "build": "yarn lint && rollup -c && yarn test:build",
|
36 | 36 | "build:ci": "rollup -c && yarn test:build",
|
37 | 37 | "build:web": "yarn lint && rollup -c rollup.config.web.js && yarn test:build:web",
|
| 38 | + "build:esm": "yarn lint && rollup -c rollup.config.esm.js && yarn test:build:esm", |
| 39 | + "build:esm:ci": "rollup -c rollup.config.esm.js && yarn test:build:esm", |
38 | 40 | "build:web:ci": "rollup -c rollup.config.web.js && yarn test:build:web",
|
39 | 41 | "release": "yarn build && yarn build:web",
|
40 | 42 | "build:generator": "rollup -c scripts/rollup.config.js",
|
|
44 | 46 | "test:web": "node ./node_modules/karma/bin/karma start karma.conf.js --auto-watch",
|
45 | 47 | "test:build": "cd ./scripts && jest check-build.test.js",
|
46 | 48 | "test:build:web": "node ./scripts/proxy-browser-test.js",
|
| 49 | + "test:build:esm": "node ./scripts/proxy-browser-test.js", |
47 | 50 | "watch:test": "jest --watch",
|
48 | 51 | "generate-parser": "node ./dist/generate-custom-parser.js"
|
49 | 52 | },
|
|
104 | 107 | "rollup-plugin-commonjs": "^9.2.0",
|
105 | 108 | "rollup-plugin-node-globals": "^1.4.0",
|
106 | 109 | "rollup-plugin-node-resolve": "^2.0.0",
|
| 110 | + "rollup-plugin-terser": "^6.1.0", |
107 | 111 | "rollup-plugin-uglify": "^6.0.1",
|
108 | 112 | "watchify": "^3.11.1"
|
109 | 113 | },
|
|
0 commit comments