摘要: const path = require('path')const webpack = require('webpack')const HtmlWebpackPlugin = require('html-webpack-plugin')module.exports = { entry: { index:'./src/js/entry/index.js' }, output: {... 阅读全文
posted @ 2016-12-13 14:49 谁用了我昵称 阅读(166) 评论(0) 推荐(0)