mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Make module types explicit and convert some to ESM (#15964)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const { createAppConfig } = require("../build-scripts/webpack.js");
|
||||
import webpack from "../build-scripts/webpack.cjs";
|
||||
|
||||
module.exports = createAppConfig({
|
||||
export default webpack.createAppConfig({
|
||||
isProdBuild: false,
|
||||
latestBuild: true,
|
||||
isStatsBuild: false,
|
||||
isTestBuild: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user