Skip to content

Commit

Permalink
fix: include actions modules in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Beesley committed Aug 10, 2021
1 parent 11a843c commit 550e84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
entry: {
main: './src/main.ts',
},
externals: [/^@actions\/.*/],
externalsPresets: {
node: true, // don't try to include node buildins
},
Expand Down

0 comments on commit 550e84b

Please sign in to comment.