mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Remove unnecessary commas
This commit is contained in:
parent
6262133296
commit
09510006aa
@ -31,11 +31,11 @@ module.exports = function (grunt) {
|
||||
port: 8000,
|
||||
webpack: webpackDevConfig,
|
||||
publicPath: '/assets/',
|
||||
contentBase: './<%= pkg.src %>/',
|
||||
contentBase: './<%= pkg.src %>/'
|
||||
},
|
||||
|
||||
start: {
|
||||
keepAlive: true,
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
|
||||
@ -90,7 +90,7 @@ module.exports = function (grunt) {
|
||||
expand: true,
|
||||
src: ['<%= pkg.src %>/images/*'],
|
||||
dest: '<%= pkg.dist %>/images/'
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user