I like @thejeffreystone 's heavy breathing. [0094ce9b6a/config/packages/notify.yaml] for #758

This commit is contained in:
ccostan
2020-06-03 16:36:46 -04:00
parent 21524fe99d
commit 2345afd2a5
11 changed files with 866 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
const path = require('path');
module.exports = {
entry: './src/main.js',
mode: 'production',
output: {
filename: 'card-tools.js',
path: path.resolve(__dirname)
}
};