Skip to content

Commit

Permalink
error instead of warn for missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jan 17, 2025
1 parent 7cb8139 commit 7f7c0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack/src/ember-webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ const Webpack: PackagerConstructor<Options> = class Webpack implements Packager
],
node: false,
module: {
strictExportPresence: true,
rules: [
{
test: /\.hbs$/,
Expand Down

0 comments on commit 7f7c0fb

Please sign in to comment.