前端陳晨 -
webpack2-3基本配置
const path = require('path')
const webpack = require('webpack')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
var htmlWebpackPlugin = require("html-webpack-plugin");
module.exports
webpack3
,
webpack
,
webpack2