mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
10 lines
198 B
JavaScript
10 lines
198 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
entry: './src/main.js',
|
|
mode: 'production',
|
|
output: {
|
|
filename: 'auto-entities.js',
|
|
path: path.resolve(__dirname)
|
|
}
|
|
} |