Make module types explicit and convert some to ESM (#15964)

This commit is contained in:
Steve Repsher
2023-03-30 05:23:43 -04:00
committed by GitHub
parent fcc95825e3
commit 1f1898fa46
53 changed files with 188 additions and 188 deletions

View File

@@ -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,
});