Get modal base logic all worked out

This commit is contained in:
Dane Everitt 2019-02-17 13:03:15 -08:00
parent be7f7d8da8
commit 0b11532a48
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 67 additions and 19 deletions

View file

@ -113,7 +113,7 @@ const cssLoaders = [
module.exports = {
target: 'web',
mode: process.env.NODE_ENV,
devtool: isProduction ? false : 'inline-source-map',
devtool: isProduction ? false : 'eval-source-map',
performance: {
hints: false,
},