Core-JS 3 Babel results in mini-css-extract-plugin error

前端 未结 1 900
感动是毒
感动是毒 2020-12-22 04:11

Following on from this question I have set up my Webpack 4 config to handle babel-loader like this

{
  module : {
    rules : [{
      test : /\         


        
相关标签:
1条回答
  • 2020-12-22 05:01

    I had a similar problem and the reason was that Babel was transpiling my css-loader webpack plugin. Look here: MiniCssExtractPlugin error on entry point build

    0 讨论(0)
提交回复
热议问题