Files
rikku-home-assistant/ansible/configs/homeassistant/www/community/lovelace-card-tools/webpack.config.js
T
Trez.One 22d20dbaab
Home Assistant & Miscellaneous Deployment / Check and Create PR (push) Successful in 18s
Home Assistant & Miscellaneous Deployment / Home Assistant Configuration Check (push) Failing after 28s
Home Assistant & Miscellaneous Deployment / Generate list of added/modified/deleted services (push) Has been skipped
Home Assistant & Miscellaneous Deployment / Docker Compose Dry Run (push) Has been skipped
Directory structure change.
2025-08-24 13:35:04 -04:00

11 lines
182 B
JavaScript

const path = require('path');
module.exports = {
entry: './src/main.js',
mode: 'production',
output: {
filename: 'card-tools.js',
path: path.resolve(__dirname)
}
};