1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00
Files
frontend/gallery/webpack.config.js
2020-04-06 22:29:52 +02:00

6 lines
137 B
JavaScript

const { createGalleryConfig } = require("../build-scripts/webpack.js");
module.exports = createGalleryConfig({
latestBuild: true,
});