Webpack, manifest, build progress

This commit is contained in:
2023-08-13 20:26:56 -05:00
parent 9ccc42c2cf
commit f88930c310
11 changed files with 3839 additions and 11 deletions

6
webpack.chrome.mjs Normal file
View File

@@ -0,0 +1,6 @@
import {merge} from "webpack-merge";
import common from "./webpack.common.mjs";
export default merge(common, {
devtool: "inline-source-map",
});