We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ember install ember-cli-workbox
.eslintrc.js
ember s
ember build
node:10-slim
[email protected]
Using Yarn workspaces: https://yarnpkg.com/en/docs/workspaces
Build Error (broccoli-persistent-filter:EslintValidationFilter) in app/instance-initializers/sw.js No ESLint configuration found.
Disable hinting in your project's ember-cli-build.js:
ember-cli-build.js
app = new EmberApp(defaults, { hinting: false, ... })
Add the following path to .eslintignore in project's root directory:
.eslintignore
ember-cli-workbox/
Production build works out of the box as it should.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to repro:
ember install ember-cli-workbox
..eslintrc.js
in project root.ember s
orember build
.Environment
node:10-slim
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Using Yarn workspaces: https://yarnpkg.com/en/docs/workspaces
Result:
Workaround 1:
Disable hinting in your project's
ember-cli-build.js
:Workaround 2:
Add the following path to
.eslintignore
in project's root directory:PS
Production build works out of the box as it should.
The text was updated successfully, but these errors were encountered: