mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
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:
@@ -82,6 +82,7 @@ const cfg = ({ srcDir, distDir, dev = false, serveConfig = {} }) => {
|
||||
},
|
||||
],
|
||||
},
|
||||
ignoreWarnings: [/node_modules[/\\]@qlik[/\\]sdk/],
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
__NEBULA_DEV__: true,
|
||||
|
||||
Reference in New Issue
Block a user