mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
fix eslintrc
This commit is contained in:
@@ -4,7 +4,7 @@ const to2 = require('2webpack2');
|
||||
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
|
||||
const getPostcssPlugin = require('../../build/utils/postcss_pipe');
|
||||
|
||||
let webpackConfig = {
|
||||
const webpackConfig = {
|
||||
output: {
|
||||
path: path.resolve(process.cwd(), 'dist'),
|
||||
publicPath: '/dist/',
|
||||
@@ -129,4 +129,4 @@ let webpackConfig = {
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = to2(webpackConfig, {quiet: true, context: true});
|
||||
module.exports = to2(webpackConfig, { quiet: true, context: true });
|
||||
|
Reference in New Issue
Block a user