-
webpack v4 以降、使うべきではないとのことで、 [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) に変更する必要あり。
ref
https://github.com/webpack-contrib/extract-text-webpack-plugin#usa…
-
https://github.com/webpack-contrib/extract-text-webpack-plugin
Extract text from bundle into a file.
将文本从bundle包中提取到文件中。
Extract text from a bundle, or bundles, into a separate file.
将文本从包中提取出…
-
`extract-text-webpack-plugin` is being used in [webpack.prod.js](https://github.com/DAVFoundation/xplore/blob/master/webpack.prod.js#L9) and [webpack.common.js](https://github.com/DAVFoundation/xplo…
-
Using version 2.0.0-beta of ExtractTextPlugin. Needs upgrading to 3.x.
https://github.com/webpack-contrib/sass-loader/issues/388
-
1.
ERROR in ./~/bootstrap-webpack/index.loader.js!./resources/bootstrap.config.js
`Module not found: Error: Can't resolve '[object Object],[object Object],[object Object],[object Object],[object O…
-
Package version: 12.0.0rc2
## Describe the bug
The webpack build for the frontend assets issues warnings about an invalid calculation (`auto + 5%`).
It seems like the warning stems from the var…
-
https://github.com/webpack-contrib/extract-text-webpack-plugin
-
Since Webpack 4 extract-text-plugin is deprecated for usage with css, instead https://github.com/webpack-contrib/mini-css-extract-plugin is recommended. Supposedly it's faster too.
See https://gith…
-
As of webpack-contrib/extract-text-webpack-plugin@0b69b72, the use of extract-text-webpack-plugin for CSS is deprecated in favor of [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-cs…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
Yes, it is related to Webpack 4 PR #158 that I just sent.
**Describe the solution you'd like**
I'd like to…