-
Webpack documentation suggests using [transform-loader](https://github.com/webpack-contrib/transform-loader) for converting browserify transforms to webpack loaders, but when started it throws error:
…
-
经过一个多月的奋战,[webpack2的中文文档](https://doc.webpack-china.org/)已经翻译好大部份,并且完成了核心内容“概念”和“指南”部份的校对。
这份文档比react, vue之类的文档都要庞大而且复杂。本文带你如何快速读懂这份文档。
首先是[“概念”](https://doc.webpack-china.org/concepts/)。这…
-
由于webpack2的modules配置和webpack1有较大区别,REGEX.test(path.replace(/\\/g, '/'));这个地方会挂掉
-
webpack 升级到webpack2就不能用了,就报错了
-
Would it be possible to add webpack2 support?
I'm getting the following:
```
Module build failed: TypeError: Can't add property _opts, object is not extensible
```
It works if I remove the `i…
-
I tried to migrate to webpack2 and got a lot of errors.
Has anybody done it already?
-
I'm using Webpack2 and webpack-config and despite having everything working, I'm getting failed validation due to [1] "DEPENDENCY_TREE" is not allowed.
Whats that all about?
-
I think the html-loader is universal enough to add to the base config.
Thoughts?
https://github.com/andywer/webpack-blocks/blob/master/packages/webpack2/index.js
-
I'm using webpack.
I've added md-color-picker to my package.json, then I've added `require('md-color-picker')`, but I've faced with this:
```
mdColorPicker.min.js:formatted:1 Uncaught ReferenceErro…
-
不是用vue-cli起的项目用不了吗?我用的webpack2搭建的脚手架,将less-loader,less 都装了老是报这个错。。