Skip to content

Commit f8972f8

Browse files
author
Paweł Marynowski
committed
chore(webpack): compile app to static dir
1 parent 677c1aa commit f8972f8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
app
3+
static
34

45
.vscode
56
jsconfig.json

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var config = {
99
context: path.join(__dirname, 'src'),
1010
entry: './index.js',
1111
output: {
12-
path: path.join(__dirname, 'app', 'assets'),
12+
path: path.join(__dirname, 'monumental', 'static', 'assets'),
1313
publicPath: 'assets/',
1414
filename: 'bundle.js?v=' + package.version
1515
},

0 commit comments

Comments
 (0)