Skip to content

Commit

Permalink
fix: webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Nov 6, 2024
1 parent 711e1dd commit 344fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const maxLogsPushedPerEventName = 100;
module.exports = (publicPath = "auto") => {
const entries = {
app: "./index.js",
HyperLoader: "./src/orca-loader/HyperLoader.bs.js",
HyperLoader: "./src/hyper-loader/HyperLoader.bs.js",
};
const plugins = [
new MiniCssExtractPlugin(),
Expand Down

0 comments on commit 344fe91

Please sign in to comment.