Commit 551f6358 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

소스맵 도구 변경

parent 57898857
......@@ -5,6 +5,6 @@ const common = require("./webpack.common.js");
module.exports = merge(common, {
mode: "development",
devtool: "inline-source-map",
devtool: "eval-cheap-module-source-map",
devServer: { historyApiFallback: true },
});
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment