Getting out of bed trigger for #757

This commit is contained in:
ccostan
2020-06-04 09:51:40 -04:00
parent b623d6ddb2
commit 925ee0b4b0
5 changed files with 16 additions and 0 deletions

View File

@@ -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)
}
}