Actualización módulos de hacs
This commit is contained in:
10
www/community/lovelace-auto-entities/webpack.config.js
Normal file
10
www/community/lovelace-auto-entities/webpack.config.js
Normal 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)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user