set inputSourceMap to null by default
This commit is contained in:
parent
4b066f7f1b
commit
bb26183b44
@ -139,7 +139,7 @@ export default class File {
|
||||
returnUsedHelpers: false,
|
||||
externalHelpers: false,
|
||||
auxilaryComment: "",
|
||||
inputSourceMap: false,
|
||||
inputSourceMap: null,
|
||||
experimental: false,
|
||||
reactCompat: false,
|
||||
playground: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user