mirror of
https://github.com/seigler/triplebyte-react-spa
synced 2025-07-26 15:26:08 +00:00
feat: sync redux to localstorage
This commit is contained in:
parent
9242ce66ec
commit
ff4a941dd8
10 changed files with 230 additions and 149 deletions
9
next.config.js
Normal file
9
next.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
webpack(config, options) {
|
||||
config.resolve.alias['components'] = path.join(__dirname, 'components')
|
||||
config.resolve.alias['lib'] = path.join(__dirname, 'lib')
|
||||
return config
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue