We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fa066 commit 2120ae0Copy full SHA for 2120ae0
build/jslib/build.js
@@ -1020,7 +1020,8 @@ define(function (require) {
1020
if (config.appDir && config.out) {
1021
throw new Error('"appDir" is not compatible with "out". Use "dir" ' +
1022
'instead. appDir is used to copy whole projects, ' +
1023
- 'where "out" is used to just optimize to one file.');
+ 'where "out" with "baseUrl" is used to just ' +
1024
+ 'optimize to one file.');
1025
}
1026
if (config.out && config.dir) {
1027
throw new Error('The "out" and "dir" options are incompatible.' +
0 commit comments