fix filenameRelative name and remove amdModuleIds
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user