flux-easy-loader:Webpack加载器,易于使用

时间:2021-05-24 06:06:27
【文件属性】:
文件名称:flux-easy-loader:Webpack加载器,易于使用
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-24 06:06:27
JavaScript 对这个 这是一款使用的webpack加载器 样本webpack.config.js module.exports = { entry: __dirname + "/index.js", output: { path: __dirname, filename: "bundle.js" }, module: { loaders: [ { test: /\.jsx?$/, loaders: ['babel', 'flux-easy'], // 'jsx?harmony&stripTypes', 'flowcheck'], exclude: /node_modules/ }
【文件预览】:
flux-easy-loader-master
----package.json(807B)
----LICENSE(7KB)
----flux-easy-loader.js(959B)
----.gitignore(526B)
----README.md(905B)

网友评论