feat: integrate @qlik/sdk into nebula-cli (#929)

* feat: integrating sdk into cli

* feat: integrate `@qlik/sdk` into nebula cli

* feat: integrate `@qlik/sdk` into nebula cli

* chore: unused async

* chore: bump codesand box build node version for sdk

* chore: upd on pkg.json and lock file

* fix: local engine connection

* chore: add `ignoreWarnings` in webpack config for `@qlik/sdk` sourcemap files instead of excluding

* chore: update headless browser ci

* chore: update headless browser to 15.5.0-slim

* chore: update headless browser to 7.1.0
This commit is contained in:
Ahmad Mirzaei
2022-09-22 11:39:52 +02:00
committed by GitHub
parent e0b218ab80
commit dcebeb157c
6 changed files with 152 additions and 51 deletions

View File

@@ -82,6 +82,7 @@ const cfg = ({ srcDir, distDir, dev = false, serveConfig = {} }) => {
},
],
},
ignoreWarnings: [/node_modules[/\\]@qlik[/\\]sdk/],
plugins: [
new webpack.DefinePlugin({
__NEBULA_DEV__: true,