Skip to content

Commit

Permalink
host: Remove now-unnecessary Webpack workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 6, 2023
1 parent 775147f commit 8fb98f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/host/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ module.exports = function (defaults) {
new webpack.ProvidePlugin({
process: 'process',
}),
new webpack.IgnorePlugin({
// workaround for https://github.com/embroider-build/ember-auto-import/issues/578
resourceRegExp: /moment-timezone/,
}),
new webpack.IgnorePlugin({
resourceRegExp: /^https:\/\/cardstack\.com\/base/,
}),
Expand Down

0 comments on commit 8fb98f8

Please sign in to comment.