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