哈士奇WWW
12345678910111213141516var path = require('path'), webpack = require('webpack'), ExtractTextPlugin = require('extract-text-webpack-plugin'), HtmlWebpackPlugin = require('html-webpack-plugin');module.exports = { context: path.resolve(__dirname, 'app/scripts'), entry: { index: './index.js' }, output: { path: path.resolve(__dirname, 'dist'), filename: 'scripts/[name].[hash].js', chunkFilename: 'scripts/[id].chunk.js' }, module: { loaders: [ {