mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Merge pull request #2 from FullStack-cash/dh-menu-fix-2
fix(menu): Fixed menu in wallet.fullstack.cash
This commit is contained in:
@@ -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')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
Generated
+17488
-490
File diff suppressed because it is too large
Load Diff
+3
-2
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user