Skip to content

Commit

Permalink
AddFiles: js files aren't assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sviande committed Oct 19, 2021
1 parent 70a96b2 commit 2db6c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function addPackageFiles(api) {
'assets/after.js',
'assets/reporters.js',
'assets/tracer.js',
], 'client', {isAsset: true});
], 'client');

api.addFiles(['server/inject.js'], 'server');

Expand Down

0 comments on commit 2db6c2e

Please sign in to comment.