1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/nullice-ichiColor

Клонировать/Скачать
webpack_DEMO.config.js 643 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
MOONTING-2\nullice Отправлено 07.04.2017 09:33 ebef9c0
/**
* 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']
}
};

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/nullice-ichiColor.git
git@api.gitlife.ru:oschina-mirror/nullice-ichiColor.git
oschina-mirror
nullice-ichiColor
nullice-ichiColor
master