移除webpack打包因为严格模式导致的错误

821 阅读1分钟

使用插件

npm install babel-plugin-transform-remove-strict-mode

.babelrc

{
  "plugins": ["transform-remove-strict-mode"]
}


在使用mui的滑动组件时会有个警告 如何去掉?