1 Star 0 Fork 7

hiworld/ichiColor

forked from nullice/ichiColor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
webpack_DEMO.config.js 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
nullice 提交于 2017-04-07 14:33 . + demo update
/**
* Created by bgllj on 2016/5/25.
*/
const webpack = require('webpack');
const path = require('path');
module.exports = {
entry: {
main:['./demo/demo.js'],
},
output: {
path: './demo',
filename: 'demo-main.js'
},
target: 'web',
module:{
loaders:[
{test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader'},
]},
plugins: [
],
devtool: 'eval',
vue: {
loaders: {
}
},
babel: {
// enable stage 0 babel transforms.
presets: ['es2015', 'stage-0'],
plugins: ['transform-runtime']
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hioesqgj/ichiColor.git
git@gitee.com:hioesqgj/ichiColor.git
hioesqgj
ichiColor
ichiColor
master

搜索帮助