webpack-dev.config.js 174 B

123456789
  1. 'use strict'
  2. const path = require('path');
  3. // const autoprefixer = require('autoprefixer')
  4. // const HtmlWebpackPlugin = require('html-webpack-plugin')
  5. module.exports = {
  6. }