-
At this moment Senna is 17kb gzipped which is very big for a JS library.
Is there a way for us to optimize it? /cc @mairatma
-
- `webpack-dev-server@2.4.5` 报错 [解决方法](https://stackoverflow.com/questions/40597626/webpack-validateschema-is-not-a-function)
> webpack.validateSchema is not a function
- 编译速度巨慢,可能是`webpack3`…
-
webpack3.0目前是不支持吧?我更新到webpack3.0,vux也是最新版本2.4.0,swiper组件无法使用
-
Hi
Is it possible to get an es6 npm version so as to work with webpack3 module concatination?
Thanks
Cathal
-
### What problem does this feature solve?
With the recent [launch of webpack 3](https://medium.com/webpack/webpack-3-official-release-15fd2dd8f07b), some exciting features was added, including Scope …
-
When running this with webpack-cli `1.3.3` the generated webpack.config.js has issues, like it uses path, but doesn't require it.
```
$ webpack
/home/peteruithoven/Projects/www/webpack/webpack3/…
-
如题
-
I am trying to upgrade my version of webpack to 3 and using this plugin for the css/less files.
here is the error i run into
TypeError: this._modules.sortWith is not a function
at Chunk.so…
-
Libraries often use `process.env.NODE_ENV` so they can compile conditionally, but they also often try to guard against `process`' absence with some `typeof` check which BY DEFAULT is causing every con…
-
Hoping for someone to update this, or as soon as I got time I will do this.