Skip to content

Commit

Permalink
fix(webpack): libTarget module
Browse files Browse the repository at this point in the history
  • Loading branch information
csalinas-dev committed Jan 2, 2024
1 parent 1583b5f commit 4bfafa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-sharepoint-online",
"version": "1.0.3",
"version": "1.0.4",
"description": "Sources data for Gatsby from Sharepoint Online.",
"scripts": {
"develop": "gatsby develop --no-cache",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
filename: "gatsby-node.mjs",
path: outputPath,
module: true,
libraryTarget: "module",
},
externals: [nodeExternals()],
module: {
Expand Down

0 comments on commit 4bfafa3

Please sign in to comment.