Skip to content

Commit

Permalink
wip #1817 webpack specific require.context()
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Sep 14, 2023
1 parent 3812300 commit 5a9e220
Show file tree
Hide file tree
Showing 177 changed files with 1,799 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"exclude": [
".*\\.d\\.ts$",
"/lib/"
// "/lib/" // TODO: Why was this line here?
],
"module": {
"type": "commonjs",
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ dependencies {
include "com.enonic.xp:lib-node:${xpVersion}"
include "com.enonic.xp:lib-auth:${xpVersion}"
include "com.enonic.xp:lib-i18n:${xpVersion}"
include "com.enonic.xp:lib-io:${xpVersion}"
include "com.enonic.lib:lib-admin-ui:${libAdminUiVersion}"
devResources "com.enonic.lib:lib-admin-ui:${libAdminUiVersion}"
include "com.enonic.lib:lib-graphql:2.0.1"
include "com.enonic.lib:lib-mustache:2.1.0"
include 'com.enonic.lib:lib-router:3.1.0'
include 'com.enonic.lib:lib-static:1.0.3'

testImplementation "com.enonic.xp:testing:${xpVersion}"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
Expand Down
Loading

0 comments on commit 5a9e220

Please sign in to comment.