build Error -- extract-text-webpack-plugin

weixin_33912445發表於2018-01-08

npm build後出現了一堆血紅

Error Msg

extract-text-webpack-plugin\loader.js:25:9


6759456-91801510534392ee.png

看了下git, 並沒有改動到npm配置,然後發現是版本問題,我就把他降級了,可以了。

降級處理
解決方案:

npm install --save-dev extract-text-webpack-plugin@2.1.2

(webpack1的話)

npm install --save-dev extract-text-webpack-plugin@1.0.1

圖:

6759456-1d8eb6be3847c4e9.png

--OK--

--END--

相關文章