feat: rolled back on webpack
parent
3cb7dbee
No related branches found
No related tags found
This diff is collapsed.
... | ... | @@ -3,23 +3,19 @@ |
"version": "1.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "webpack --mode=production", | ||
"serve": "webpack-dev-server --port 3000 --hot --host 0.0.0.0 --mode=development" | ||
"build": "run-p build:*", | ||
"build:css": "node-sass ./src/styles/_index.scss dist/styles.css", | ||
"build:js": "babel 'src/scripts/*.js' -o dist/app.js", | ||
"build:html": "pug src/index.pug -o dist/ --obj config.json" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.6.4", | ||
"babel-loader": "^8.0.6", | ||
"css-loader": "^3.2.0", | ||
"file-loader": "^4.2.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "^3.2.0", | ||
"mini-css-extract-plugin": "^0.8.0", | ||
"@babel/cli": "^7.7.0", | ||
"@babel/core": "^7.7.0", | ||
"include-media": "^1.4.9", | ||
"node-sass": "^4.13.0", | ||
"normalize.css": "^8.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"pug": "^2.0.4", | ||
"pug-html-loader": "^1.1.5", | ||
"sass-loader": "^8.0.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.9", | ||
"webpack-dev-server": "^3.9.0" | ||
"pug-cli": "^1.0.0-alpha6" | ||
} | ||
} |
webpack.config.js
deleted
100644 → 0
Please register or sign in to comment