Authored by 陈峰

webpack use stict

  1 +'use strict';
  2 +
1 /** 3 /**
2 * postcss plugins for both dev and pro 4 * postcss plugins for both dev and pro
3 * @parem et Symbol 5 * @parem et Symbol
  1 +'use strict';
  2 +
1 const path = require('path'); 3 const path = require('path');
2 const webpack = require('webpack'); 4 const webpack = require('webpack');
3 const WebpackDevServer = require('webpack-dev-server'); 5 const WebpackDevServer = require('webpack-dev-server');
  1 +'use strict';
  2 +
1 const path = require('path'); 3 const path = require('path');
2 const os = require('os'); 4 const os = require('os');
3 const shelljs = require('shelljs'); 5 const shelljs = require('shelljs');