Browse Source

Modify next config

Test some stuff...
tags/0.3.0
TheoryOfNekomata 3 years ago
parent
commit
c79d07b5a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      packages/react-common-docs/next.config.js

+ 1
- 1
packages/react-common-docs/next.config.js View File

@@ -13,7 +13,7 @@ module.exports = {
typescript: { typescript: {
ignoreBuildErrors: true, ignoreBuildErrors: true,
}, },
basePath: '/tesseract/web/react/common',
poweredByHeader: false,
webpack(...args) { webpack(...args) {
const oldWebpack = e.webpack(...args) const oldWebpack = e.webpack(...args)
const [config, { defaultLoaders, }] = args const [config, { defaultLoaders, }] = args


Loading…
Cancel
Save