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
create-spectacle
raw-loader
What version of Spectacle are you using? 10.1.7
What version of React are you using? 18.2.0
What browser are you using? Not Applicable
What platform are you on? linux
Project created using create-spectacle is missing raw-loader dependency.
Expected behavior: After creating project and installing declared dependencies the project is able ti start
Actual behavior: There is an error during start
[webpack-cli] Error: Cannot find module 'raw-loader'
Raw loader package is referenced here https://github.com/FormidableLabs/spectacle/blob/main/packages/create-spectacle/src/templates/webpack.ts#L25 But not mentioned here https://github.com/FormidableLabs/spectacle/blob/main/packages/create-spectacle/src/templates/package.ts#L25-L44
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe Your Environment
What version of Spectacle are you using? 10.1.7
What version of React are you using? 18.2.0
What browser are you using? Not Applicable
What platform are you on? linux
Describe the Problem
Project created using
create-spectacle
is missingraw-loader
dependency.Expected behavior: After creating project and installing declared dependencies the project is able ti start
Actual behavior: There is an error during start
Additional Information
Raw loader package is referenced here
https://github.com/FormidableLabs/spectacle/blob/main/packages/create-spectacle/src/templates/webpack.ts#L25
But not mentioned here
https://github.com/FormidableLabs/spectacle/blob/main/packages/create-spectacle/src/templates/package.ts#L25-L44
The text was updated successfully, but these errors were encountered: