Getting out of bed trigger for #757
parent
b623d6ddb2
commit
925ee0b4b0
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
entry: './src/main.js',
|
||||
mode: 'production',
|
||||
output: {
|
||||
filename: 'auto-entities.js',
|
||||
path: path.resolve(__dirname)
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Loading…
Reference in new issue