Skip to content

Commit

Permalink
fix: add raw-loader to template package closes FormidableLabs#1316
Browse files Browse the repository at this point in the history
  • Loading branch information
flexbox committed Feb 23, 2024
1 parent ab625ba commit 47edfbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-spectacle/src/templates/package.ts
Expand Up @@ -33,6 +33,7 @@ export const packageTemplate = (options: PackageTemplateOptions) =>
'style-loader': '^3.3.1',
'css-loader': '^5.1.3',
'file-loader': '^6.2.0',
'raw-loader': '^4.0.2',
rimraf: '^3.0.0',
webpack: '^5.68.0',
'webpack-cli': '^4.5.0',
Expand Down

0 comments on commit 47edfbe

Please sign in to comment.