Webpack 2 support?
See original GitHub issueHey, just wanted to check on either plans or work being done to support webpack 2. It’s currently in what seems to be in a late stage beta, and I’m unable to install sass-loader due to the peerDependency
. Thanks!
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:9 (1 by maintainers)
Top Results From Across the Web
webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable...
Read more >webpack2 - npm
Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, ...
Read more >Practice introduction to webpack 2 · programming mentor
Practice step-by-step introduction to webpack 2.
Read more >Tree-shaking ES6 Modules in webpack 2 - Medium
Webpack 2 was just released from beta last week. It brings with it a variety of anticipated features, including native support for ES6...
Read more >Webpack 2 Finalized with Focus on Improved Documentation
The final release of webpack 2, the popular JavaScript module and asset bundler, has arrived, bringing with it native support for ES2015 and ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The sass-loader works with webpack 2. I’ve added it to
peerDepedencies
starting with3.2.1
.@mike-engel You can upgrade NPM independently of Node - I have the same constraint at work (staying on stable node branch). I use Webpack2 and Sass-Loader.