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 92cb70d commit b3ddad7Copy full SHA for b3ddad7
bids-validator-web/next.config.js
@@ -1,6 +1,7 @@
1
// next.config.js
2
3
module.exports = {
4
+ output: 'export',
5
transpilePackages: ['bids-validator'],
6
assetPrefix: './',
7
webpack: (config, {}) => {
package.json
@@ -14,7 +14,7 @@
14
"web-dev": "cd bids-validator-web && npm run dev",
15
"web-build": "cd bids-validator-web && npm run build",
16
"web-start": "cd bids-validator-web && npm run build && npm start",
17
- "web-export": "npm run web-build && cd bids-validator-web && next export"
+ "web-export": "npm run web-build && cd bids-validator-web && next build"
18
},
19
"jest": {
20
"testEnvironment": "node",
0 commit comments