我以为Webpack +巴别塔只会转译应用程序代码,而不是用于Webpack构建的代码。但是,它似乎是从css-loader、mini-css-extract-plugin等代码转换而来的,这会导致以下错误:TypeError: __webpack_require__(...) is not a function/node_modules
我正在测试Polayer3.0的预览码,我想和Webpack和巴贝尔一起设置一个简单的项目,把它转换回ES5。custom-component.js:13 Uncaught TypeError: Class constructor PolymerElement cannot be invoked without 'new'