File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ lint-backend: golangci-lint revive vet
316316.PHONY : watch-frontend
317317watch-frontend : node-check $(FOMANTIC_DEST ) node_modules
318318 rm -rf $(WEBPACK_DEST_ENTRIES )
319- NODE_ENV=development npx webpack -r @babel/register --hide-modules --display-entrypoints=false --watch --progress
319+ NODE_ENV=development npx webpack -r esm --hide-modules --display-entrypoints=false --watch --progress
320320
321321.PHONY : watch-backend
322322watch-backend : go-check
@@ -639,7 +639,7 @@ webpack: $(WEBPACK_DEST)
639639
640640$(WEBPACK_DEST ) : $(WEBPACK_SOURCES ) $(WEBPACK_CONFIGS ) package-lock.json | node_modules
641641 rm -rf $(WEBPACK_DEST_ENTRIES )
642- npx webpack -r @babel/register --hide-modules --display-entrypoints=false
642+ npx webpack -r esm --hide-modules --display-entrypoints=false
643643 @touch $(WEBPACK_DEST )
644644
645645.PHONY : svg
Original file line number Diff line number Diff line change 1818 "css-minimizer-webpack-plugin" : " 1.1.1" ,
1919 "dropzone" : " 5.7.2" ,
2020 "escape-goat" : " 3.0.0" ,
21+ "esm" : " 3.2.25" ,
2122 "fast-glob" : " 3.2.4" ,
2223 "file-loader" : " 6.0.0" ,
2324 "fomantic-ui" : " 2.8.6" ,
5152 "wrap-ansi" : " 7.0.0"
5253 },
5354 "devDependencies" : {
54- "@babel/register" : " 7.10.5" ,
5555 "eslint" : " 7.6.0" ,
5656 "eslint-plugin-import" : " 2.22.0" ,
5757 "eslint-plugin-unicorn" : " 21.0.0" ,
6464 " defaults" ,
6565 " not ie > 0" ,
6666 " not ie_mob > 0"
67- ],
68- "babel" : {
69- "presets" : [
70- " @babel/preset-env"
71- ]
72- }
67+ ]
7368}
You can’t perform that action at this time.
0 commit comments