mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
fixed missing comma
This commit is contained in:
parent
19ef69445b
commit
5df1f13f08
@ -10,7 +10,7 @@ var options = {
|
||||
},
|
||||
output: {
|
||||
path: path.dirname(__dirname) + '/assets/static',
|
||||
filename: '[name].js'
|
||||
filename: '[name].js',
|
||||
publicPath: "/static/gen/"
|
||||
},
|
||||
devtool: '#cheap-module-source-map',
|
||||
|
Loading…
x
Reference in New Issue
Block a user