-
ABOUTYOU
先:$ npm install babel-plugin-transform-es2015-typeof-symbol配置 .babelrc 文件:{"plugins": ["transform-es2015-typeof-symbol"]}bebel 会自动获取这个文件,然后使用插件。
-
慕妹3146593
npm i babel-loadermodule: {loaders: [{test: /\.(jsx|es6)$/,loader: "babel-loader"}]}
-
慕姐8265434
先:$ npm install babel-plugin-transform-es2015-typeof-symbol配置 .babelrc 文件:{"plugins": ["transform-es2015-typeof-symbol"]}bebel 会自动获取这个文件,然后使用插件。