We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87a497 commit 39d73bcCopy full SHA for 39d73bc
1 file changed
buildScripts/buildESModules.mjs
@@ -35,6 +35,7 @@ async function minifyDirectory(inputDir, outputDir) {
35
const jsonContent = JSON.parse(content);
36
37
if (dirent.name === 'neo-config.json') {
38
+ jsonContent.basePath = '../../' + jsonContent.basePath;
39
jsonContent.environment = 'dist/esm';
40
}
41
0 commit comments