We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3521e29 commit 63f1475Copy full SHA for 63f1475
webpack.config.js
@@ -10,7 +10,7 @@ const common = (compileType, puzzleName) => merge([
10
new DefinePlugin({
11
"process.env.compileType": JSON.stringify(compileType),
12
"process.env.puzzleName": JSON.stringify(puzzleName),
13
- "DEPLOY_BASE_URL": "DEPLOY_BASE_URL_VAL"
+ "DEPLOY_BASE_URL": JSON.stringify("DEPLOY_BASE_URL_VAL")
14
})]
15
},
16
parts.page({ title: 'Test' }),
0 commit comments