mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix(web): craco should include all of packages dir
This commit is contained in:
parent
016d838c93
commit
5872b6e47c
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
const path = require('path');
|
||||
const { getLoader, loaderByName } = require('@craco/craco');
|
||||
|
||||
const includePaths = [
|
||||
path.join(__dirname, '../design-system'),
|
||||
path.join(__dirname, '../../src/common'),
|
||||
];
|
||||
const includePaths = [path.join(__dirname, '..')];
|
||||
|
||||
module.exports = {
|
||||
webpack: {
|
||||
|
|
Loading…
Add table
Reference in a new issue