webpack4.0中使用extract-text-plugin打包报错
需升级extract-text-webpack-plugin
npm i --save-dev extract-text-webpack-plugin@next
会下载到 extract-text-webpack-plugin@4.0.0-beta
然后再打包就OK了~
需升级extract-text-webpack-plugin
npm i --save-dev extract-text-webpack-plugin@next
会下载到 extract-text-webpack-plugin@4.0.0-beta
然后再打包就OK了~