refactor(rollup): replace FORCE_SIMILAR_INSTEAD_OF_MAP with false
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ const rollupConfig = {
|
||||
plugins: [
|
||||
replace({
|
||||
'process.env.NODE_ENV': isProd ? JSON.stringify('production') : JSON.stringify('development'),
|
||||
'process.env.FORCE_SIMILAR_INSTEAD_OF_MAP': 'false',
|
||||
'process.env.FORCE_SIMILAR_INSTEAD_OF_MAP': false,
|
||||
}),
|
||||
postcss({
|
||||
modules: false,
|
||||
|
||||
Reference in New Issue
Block a user