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 1f0efe9 commit c9675bbCopy full SHA for c9675bb
README.md
@@ -44,9 +44,9 @@ interface Options {
44
compiler?: EmberTemplateCompiler;
45
46
// The on-disk path to the ember-template-compiler.js module for our current
47
- // ember version. You need to either set `compilerPath` or set `compiler`.
+ // ember version. You may set `compilerPath` or set `compiler`.
48
// This will get resolved from the current working directory, so a package name
49
- // like "ember-source/dist/ember-template-compiler" is acceptable.
+ // like "ember-source/dist/ember-template-compiler" (the default value) is acceptable.
50
compilerPath?: string;
51
52
// Allows you to remap what imports will be emitted in our compiled output. By
0 commit comments