Skip to content

Commit

Permalink
Update server.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen authored Apr 25, 2021
1 parent 827f9de commit 435edd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack/server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import baseConfig, { isDev } from "./base.config";
const getPlugins = () =>
isDev
? [
// Adding source map support to node.js (for stack traces)
new webpack.BannerPlugin({
banner: 'require("source-map-support").install();',
raw: true,
Expand Down

0 comments on commit 435edd0

Please sign in to comment.