Skip to content
New issue

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

Syntax Error: Block-Scoped declarations && missing plugin declaration #3

Open
TwisterMW opened this issue Aug 13, 2017 · 0 comments
Open

Comments

@TwisterMW
Copy link

When we try to use the plugin I need to modify the index.js file to 'use strict' mode in order to prevent block-scoped syntax error throwing during execution of the plugin.

Aswell the plugins need also its reference on the webpack.config.js file like:

const DocsGeneratorPlugin = require('webpack-angular-dgeni-plugin');

This is needed to be able to call the plugin at running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant