mirror of
https://github.com/Xevion/schedule-extract.git
synced 2025-12-06 03:16:23 -06:00
Webpack, manifest, build progress
This commit is contained in:
6
webpack.chrome.mjs
Normal file
6
webpack.chrome.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
import {merge} from "webpack-merge";
|
||||
import common from "./webpack.common.mjs";
|
||||
|
||||
export default merge(common, {
|
||||
devtool: "inline-source-map",
|
||||
});
|
||||
Reference in New Issue
Block a user