Actualización módulos de hacs

This commit is contained in:
dfcarvajal
2019-12-09 12:40:02 +00:00
parent a2367aadfe
commit a5fb833ab1
36 changed files with 2532 additions and 2654 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: 'fold-entity-row.js',
path: path.resolve(__dirname)
}
};