mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 20:09: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 path = require('path');
|
||||||
const { getLoader, loaderByName } = require('@craco/craco');
|
const { getLoader, loaderByName } = require('@craco/craco');
|
||||||
|
|
||||||
const includePaths = [
|
const includePaths = [path.join(__dirname, '..')];
|
||||||
path.join(__dirname, '../design-system'),
|
|
||||||
path.join(__dirname, '../../src/common'),
|
|
||||||
];
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
webpack: {
|
webpack: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue