Actualización módulos de hacs
This commit is contained in:
10
www/community/lovelace-slider-entity-row/webpack.config.js
Normal file
10
www/community/lovelace-slider-entity-row/webpack.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: './src/main.js',
|
||||
mode: 'production',
|
||||
output: {
|
||||
filename: 'slider-entity-row.js',
|
||||
path: path.resolve(__dirname)
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user