- compiles Sass / SCSS to CSS
- PostCSS + Autoprefixer + CSSNano
- Hot Module Replacement (HMR)
- extracts CSS into separate files in production mode with MiniCssExtractPlugin
- transpiles JavaScript using Babel
- JavaScript polyfilling with @babel/polyfill, used with @babel/preset-env and the experimental useBuiltIns: "usage" option, which provides specific imports for polyfills when they are used in each file. As a result, the bundler will load the same polyfill only once.
- JavaScript linting via ESLint
- code splitting via SplitChunksPlugin
- HtmlWebpackPlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
zebulonedwardbubbel/webpack-front-end-tool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basic front-end tool based on webpack
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published