Add check that the editor's ESM JS files can be loaded in a browser

This commit is contained in:
Alex Dima
2022-01-25 15:19:30 +01:00
parent 2a3b916cc0
commit bd369c638e
9 changed files with 186 additions and 8 deletions

View File

@@ -6,7 +6,8 @@
"private": true,
"scripts": {
"compile": "node ../../node_modules/typescript/bin/tsc",
"bundle": "node ../../node_modules/webpack/bin/webpack --config ./webpack.config.js --bail",
"bundle-webpack": "node ../../node_modules/webpack/bin/webpack --config ./webpack.config.js --bail",
"esm-check": "node esm-check/esm-check.js",
"test": "node runner.js"
},
"devDependencies": {