Fix rollup warning when importing Handlebars as ESM

Closes #1696
This commit is contained in:
Jakob Linskeseder
2021-12-23 19:57:46 +01:00
committed by Jay Linski
parent e0f50b4eec
commit 03d387bf8e
8 changed files with 59 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ jobs:
# https://github.com/webpack/webpack/issues/14532
if: ${{ matrix.node-version != '17' }}
run: |
cd ./tests/integration/rollup-test && ./test.sh && cd -
cd ./tests/integration/webpack-babel-test && ./test.sh && cd -
cd ./tests/integration/webpack-test && ./test.sh && cd -