mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Use browser default time and number formatting with polyfills if needed (#9481)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
7
test/webpack.config.js
Normal file
7
test/webpack.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { createAppConfig } = require("../build-scripts/webpack.js");
|
||||
|
||||
module.exports = createAppConfig({
|
||||
isProdBuild: false,
|
||||
latestBuild: true,
|
||||
isStatsBuild: false,
|
||||
});
|
||||
Reference in New Issue
Block a user