mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +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 = {
|
const config = {
|
||||||
context: path.join(__dirname, 'src'),
|
context: path.join(__dirname, 'src'),
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, 'build', 'assets', 'scripts'),
|
path: path.resolve(__dirname, 'dist', 'assets', 'scripts'),
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
publicPath: '/assets/scripts/',
|
publicPath: '/assets/scripts/',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user