mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Set path to webpack entry relative to config instead of cwd
This commit is contained in:
parent
1f59c04387
commit
ad441e0f4c
@ -3,7 +3,7 @@ var webpack = require('webpack')
|
||||
|
||||
module.exports = {
|
||||
// Entry point for static analyzer
|
||||
entry: './public/js/app.js',
|
||||
entry: path.join(__dirname, 'public', 'js', 'app.js'),
|
||||
|
||||
output: {
|
||||
// Where to build results
|
||||
|
Loading…
x
Reference in New Issue
Block a user