Skip to content

Commit

Permalink
Update webpack.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerZZZ authored and VickScarlet committed Jun 8, 2022
1 parent dd64e8f commit 4948850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
publicPath: '/src',
},
],
allowedHosts: "all",
},
output: {
path: path.resolve(__dirname, 'public/chunk'),
Expand Down Expand Up @@ -53,4 +54,4 @@ module.exports = {
}
}]
}
};
};

0 comments on commit 4948850

Please sign in to comment.