fix(web): craco should include all of packages dir

This commit is contained in:
41666 2021-03-12 17:12:47 -05:00
parent 016d838c93
commit 5872b6e47c

View file

@ -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: {