Actualización módulos de hacs
This commit is contained in:
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: 'card-tools.js',
|
||||
path: path.resolve(__dirname)
|
||||
}
|
||||
};
|
||||
Binary file not shown.
Reference in New Issue
Block a user