mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-13 02:35:34 +00:00
doh
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
}),
|
||||
resolve(),
|
||||
replace({
|
||||
'process.browser': true,
|
||||
'process.browser': false,
|
||||
'process.env.NODE_ENV': JSON.stringify(mode)
|
||||
}),
|
||||
commonjs()
|
||||
@@ -29,4 +29,4 @@ export default {
|
||||
|
||||
// temporary, pending Rollup 1.0
|
||||
experimentalCodeSplitting: true
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user