Skip to content

Commit

Permalink
host: Remove now-unnecessary Webpack workaround (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace authored Dec 7, 2023
1 parent a23c61b commit 0d84d58
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 0d84d58

Please sign in to comment.