set inputSourceMap to null by default

This commit is contained in:
Sebastian McKenzie 2015-03-13 13:14:17 +11:00
parent 4b066f7f1b
commit bb26183b44

View File

@ -139,7 +139,7 @@ export default class File {
returnUsedHelpers: false,
externalHelpers: false,
auxilaryComment: "",
inputSourceMap: false,
inputSourceMap: null,
experimental: false,
reactCompat: false,
playground: false,