Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit f0b3063

Browse files
committed
Remove map file
1 parent 79bba92 commit f0b3063

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gatsby-node.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ exports.onCreateWebpackConfig = (
104104
name: `@staticcms/core`,
105105
global: `StaticCmsCore`,
106106
assetDir: `dist`,
107-
assetName: `static-cms-core.js`,
108-
sourceMap: `static-cms-core.js.map`,
107+
assetName: `static-cms-core.js`
109108
},
110109
]
111110

0 commit comments

Comments
 (0)