Skip to content

Commit

Permalink
fix: renames webpack config alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikrut committed Jan 5, 2021
1 parent 0367ce5 commit c0636df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@faceless-ui/modal": "^1.0.4",
"@faceless-ui/scroll-info": "^1.1.1",
"@faceless-ui/window-info": "^1.2.2",
"@payloadcms/config-provider": "0.0.17",
"@payloadcms/config-provider": "0.0.18",
"@udecode/slate-plugins": "^0.71.9",
"assert": "^2.0.0",
"async-some": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/webpack/getBaseConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default (config: Config): Configuration => ({
},
modules: ['node_modules', path.resolve(__dirname, '../../node_modules')],
alias: {
'payload/config': config.paths.config,
'payload-config': config.paths.config,
payload$: mockModulePath,
'payload-user-css': config.admin.css,
'payload-scss-overrides': config.admin.scss,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1388,10 +1388,10 @@
dependencies:
mkdirp "^1.0.4"

"@payloadcms/[email protected].17":
version "0.0.17"
resolved "https://registry.yarnpkg.com/@payloadcms/config-provider/-/config-provider-0.0.17.tgz#fb6831c2aef81934a6b47bac76ab12d2cbc874e4"
integrity sha512-hD1rRT+EZFNuY6ZrrfD9SEzH+OoqLwFjkF6M1kjpD3Q7pp+cKrBdY0iAGSp62apgSNCVvJHeMFxkJOEt0IPDyA==
"@payloadcms/[email protected].18":
version "0.0.18"
resolved "https://registry.yarnpkg.com/@payloadcms/config-provider/-/config-provider-0.0.18.tgz#3fcca8e067464dcc20a5107a4e929ae5c6150d77"
integrity sha512-1GXCkx+7upgJF9p56yN7hMC9hQGeKIo8w+9WisWtdOMZdeuxQOyXowFnKGa6pMeFCsaljOBvnXko4uDEqs4l8Q==
dependencies:
jwt-decode "^3.1.2"

Expand Down

0 comments on commit c0636df

Please sign in to comment.