Merge pull request #2 from FullStack-cash/dh-menu-fix-2

fix(menu): Fixed menu in wallet.fullstack.cash
This commit is contained in:
Chris Troutner
2022-02-15 16:12:21 -08:00
committed by GitHub
3 changed files with 17507 additions and 492 deletions
+16
View File
@@ -0,0 +1,16 @@
const path = require('path')
// const webpack = require('webpack')
exports.onCreateWebpackConfig = ({ stage, actions, getConfig, plugins }) => {
// console.log('stage', stage)
// console.log('actions', actions)
// console.log('getConfig', getConfig)
// https://webpack.js.org/configuration/resolve/
actions.setWebpackConfig({
resolve: {
alias: {
'adminlte-2-react': path.resolve('./node_modules/adminlte-2-react')
}
}
})
}
+17488 -490
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -24,8 +24,9 @@
"@capacitor/android": "2.4.6", "@capacitor/android": "2.4.6",
"@capacitor/cli": "2.4.6", "@capacitor/cli": "2.4.6",
"@capacitor/core": "2.4.6", "@capacitor/core": "2.4.6",
"gatsby": "4.4.0", "adminlte-2-react": "0.2.0-beta.10",
"fullstack-gatsby-theme-bch-wallet": "1.0.4" "fullstack-gatsby-theme-bch-wallet": "1.0.4",
"gatsby": "4.4.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",