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

Move tslib from devDeps to deps in package.json #44

Merged
merged 1 commit into from
Jun 8, 2021
Merged

Move tslib from devDeps to deps in package.json #44

merged 1 commit into from
Jun 8, 2021

Conversation

pjetrucha
Copy link
Contributor

Hello,
Builded files depend on tslib so it should be in dependencies.

Currently when you try to use this plugin with [email protected] it breaks with Error: Cannot find module 'tslib' error, because npm install doesn't install devDependencies.

html-webpack-plugin added tslib as its own dependency since 4.0.0 version so there the problem does not arise (that covers the problem).

Builded files depend on `tslib` so it should be in `dependencies`
@runjuu runjuu merged commit 2a0f960 into runjuu:master Jun 8, 2021
@pjetrucha pjetrucha deleted the patch-1 branch June 10, 2021 12:37
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

Successfully merging this pull request may close these issues.

2 participants