fix: properly alias fs at the package level, not dev

This commit is contained in:
Elliot DeNolf
2023-02-09 14:01:09 -05:00
parent 20cfd61dbf
commit e56518e702
3 changed files with 2 additions and 2 deletions

View File

@@ -66,8 +66,6 @@ export default buildConfig({
alias: {
...(config.resolve.alias || {}),
react: path.resolve(__dirname, '../node_modules/react'),
fs: path.resolve(__dirname, 'mocks/fileStub.js'),
util: path.resolve(__dirname, 'mocks/promisifyMock.js'),
'@azure/storage-blob': path.resolve(__dirname, '../../src/adapters/azure/mock.js'),
'@aws-sdk/client-s3': path.resolve(__dirname, '../../src/adapters/s3/mock.js'),
'@google-cloud/storage': path.resolve(__dirname, '../../src/adapters/gcs/mock.js'),