removed notification + new react structure
This commit is contained in:
15
react/admin-panel/config-overrides.js
Normal file
15
react/admin-panel/config-overrides.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const {
|
||||
override,
|
||||
removeModuleScopePlugin,
|
||||
babelInclude,
|
||||
} = require('customize-cra');
|
||||
|
||||
module.exports = override(
|
||||
removeModuleScopePlugin(),
|
||||
babelInclude([
|
||||
path.resolve(path.join(__dirname, 'src')),
|
||||
fs.realpathSync(path.join(__dirname, '../shared')),
|
||||
]),
|
||||
);
|
||||
Reference in New Issue
Block a user