mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Change to build in dist
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ const __dirname = path.dirname(__filename);
|
||||
const config = {
|
||||
context: path.join(__dirname, 'src'),
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'build', 'assets', 'scripts'),
|
||||
path: path.resolve(__dirname, 'dist', 'assets', 'scripts'),
|
||||
filename: '[name].js',
|
||||
publicPath: '/assets/scripts/',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user