Added some basic shared components, utils, hooks
This commit is contained in:
@@ -29,6 +29,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
// allows us to do absolute imports from "src"
|
||||
modules: [path.join(__dirname, 'src'), 'node_modules'],
|
||||
extensions: ['*', '.js', '.jsx'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user