Skip to content

fix: configure webpack to fix paid powerpaste plugin - #783

Merged
kenclary merged 1 commit into
masterfrom
kenclary/webpack
Jan 9, 2024
Merged

fix: configure webpack to fix paid powerpaste plugin#783
kenclary merged 1 commit into
masterfrom
kenclary/webpack

Conversation

@kenclary

@kenclary kenclary commented Jan 9, 2024

Copy link
Copy Markdown
Contributor

fix: configure webpack to fix paid powerpaste plugin

Comment thread webpack.prod.config.js Outdated
}
});

config.module.rules[0].exclude = /node_modules\/(?!(query-string|split-on-first|strict-uri-encode|@edx))/;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this line necessary?

Comment thread webpack.prod.config.js Outdated

const config = createConfig('webpack-prod', {
resolve: {
modules: [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we copied this over from the other repo, but I don't see the necessity for this modules array

@kenclary
kenclary force-pushed the kenclary/webpack branch 2 times, most recently from efc5324 to e513ebe Compare January 9, 2024 20:52
@codecov

codecov Bot commented Jan 9, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (master@bee3758). Click here to learn what that means.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #783   +/-   ##
=========================================
  Coverage          ?   89.62%           
=========================================
  Files             ?      499           
  Lines             ?     8098           
  Branches          ?     1710           
=========================================
  Hits              ?     7258           
  Misses            ?      813           
  Partials          ?       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants