소스 검색

Removes unneeded plugin

main
Eric Amodio 6 년 전
부모
커밋
0176921616
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      ui.webpack.config.js

+ 0
- 2
ui.webpack.config.js 파일 보기

@ -1,5 +1,4 @@
'use strict';
const webpack = require('webpack');
const glob = require('glob');
const path = require('path');
const CleanWebpackPlugin = require('clean-webpack-plugin');
@ -21,7 +20,6 @@ module.exports = function(env, argv) {
const plugins = [
new CleanWebpackPlugin(clean),
new webpack.optimize.ModuleConcatenationPlugin(),
new MiniCssExtractPlugin({
filename: '[name].css'
}),

불러오는 중...
취소
저장