mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 02:15:17 +00:00
needs to be a boolean
This commit is contained in:
@@ -8,7 +8,7 @@ import config from 'sapper/config/rollup.js';
|
||||
|
||||
const mode = process.env.NODE_ENV;
|
||||
const dev = mode === 'development';
|
||||
const legacy = process.env.SAPPER_LEGACY_BUILD;
|
||||
const legacy = !!process.env.SAPPER_LEGACY_BUILD;
|
||||
|
||||
export default {
|
||||
input: config.client.input(),
|
||||
|
||||
Reference in New Issue
Block a user