Skip to content

Commit

Permalink
chore: switch back to babel, still issues with esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Jul 27, 2021
1 parent 72e9a4a commit b88892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"start": "./node_modules/.bin/webpack serve --config ./__tests__/demo/webpack.config.js --mode development --progress",
"build:esbuild": "node esbuild.config.js",
"build": "npm run build:esbuild",
"build": "npm run build:root",
"build:root": "./node_modules/.bin/babel src -d dist",
"lint": "npm run eslint && npm run tsc",
"eslint": "./node_modules/.bin/eslint src/** -c ./.eslintrc --ignore-path ./.eslintignore",
Expand Down

0 comments on commit b88892b

Please sign in to comment.