mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-14 07:46:59 +00:00
I like @thejeffreystone 's heavy breathing. [0094ce9b6a/config/packages/notify.yaml
] for #758
This commit is contained in:
10
config/www/community/lovelace-card-tools/webpack.config.js
Normal file
10
config/www/community/lovelace-card-tools/webpack.config.js
Normal 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)
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user