fix filenameRelative name and remove amdModuleIds

This commit is contained in:
Sebastian McKenzie
2015-01-23 09:39:42 +11:00
parent dc209417e7
commit bff150f69d
5 changed files with 10 additions and 7 deletions

View File

@@ -48,9 +48,10 @@ File.helpers = [
File.validOptions = [
"filename",
"fileNameRelative",
"filenameRelative",
"blacklist",
"whitelist",
"loose",
"optional",
"modules",
"sourceMap",
@@ -85,7 +86,7 @@ File.normaliseOptions = function (opts) {
reactCompat: false,
playground: false,
whitespace: true,
moduleIds: opts.amdModuleIds || false,
moduleIds: false,
blacklist: [],
whitelist: [],
sourceMap: false,