1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-21 07:51:49 +02:00

t-value control

This commit is contained in:
Pomax
2018-06-23 23:22:58 -07:00
parent 1da8c3966b
commit 3d334c2559
13 changed files with 4301 additions and 1907 deletions

View File

@@ -49,6 +49,7 @@ if (locale !== defaultLocale) {
// And the final config that webpack will read in.
module.exports = {
mode: process.env.WEBPACK_SERVE ? 'development' : 'production',
entry: entry,
output: output,
resolve: resolve,