We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0967b commit 3f3c1feCopy full SHA for 3f3c1fe
config/webpack.lib.config.js
@@ -15,7 +15,10 @@ module.exports = {
15
},
16
resolve: {
17
modules: ['node_modules'],
18
- extensions: ['.js', '.jsx']
+ extensions: ['.js', '.jsx'],
19
+ alias: {
20
+ utils: path.join(project.path.src, 'utils')
21
+ }
22
23
entry: {
24
'react-middle-truncate': path.resolve(project.path.src, 'react-middle-truncate/index.js')
0 commit comments