Skip to content

Commit

Permalink
Update webpack.config.dev.cjs (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Feb 10, 2025
1 parent f48143b commit f3f0238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/webpack.config.dev.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ const {
UserScriptMetaDataPlugin,
} = require("userscript-metadata-webpack-plugin");

const metadata = require("./metadata.cjs");
const baseMetadata = require("./metadata.cjs");
const webpackConfig = require("./webpack.config.base.cjs");

const metadata = structuredClone(baseMetadata);

metadata.require.push(
"file://" + path.resolve(__dirname, "../dist/index.debug.js")
);
Expand Down

0 comments on commit f3f0238

Please sign in to comment.