Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenangundogan/webpack-compiler
webpack compiler
https://github.com/kenangundogan/webpack-compiler
babel-loader css-loader postcss-loader sass-loader task task-runner webpack webpack-compiler
Last synced: about 1 month ago
JSON representation
webpack compiler
- Host: GitHub
- URL: https://github.com/kenangundogan/webpack-compiler
- Owner: kenangundogan
- License: mit
- Created: 2021-03-27T14:16:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T09:03:04.000Z (almost 2 years ago)
- Last Synced: 2024-02-20T19:54:08.084Z (9 months ago)
- Topics: babel-loader, css-loader, postcss-loader, sass-loader, task, task-runner, webpack, webpack-compiler
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# webpack-compiler
## Requirements
- [Node.js](https://nodejs.org/)
- [Webpack](https://webpack.js.org/)#### Install Webpack Plugin (Terminal)
```
1. npm install --save-dev webpack
2. npm install --save-dev webpack-cli
3. npm install --save-dev webpack-merge
4. npm install -D babel-loader @babel/core @babel/preset-env webpack
5. npm install --save-dev sass-loader sass
6. npm install --save-dev postcss-loader postcss
7. npm install --save-dev autoprefixer
8. npm install --save-dev mini-css-extract-plugin
9. npm install webpack-remove-empty-scripts```