We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee58ce commit 9d98988Copy full SHA for 9d98988
.github/workflows/unit-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Node ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: "yarn"
config/webpack/webpack-dynamic-import.js
@@ -13,7 +13,7 @@ const prodConfig = {
13
output: {
14
path: outputPath,
15
libraryTarget: 'umd',
16
- globalObject: 'this',
+ globalObject: 'window',
filename: '[name].min.js'
},
optimization: {
0 commit comments