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 9ca4ce9 commit c6cf093Copy full SHA for c6cf093
README.md
@@ -23,6 +23,17 @@ and choose NativeScript debug environment.
23
24
### Debug your NativeScript application
25
26
+#### SourceMaps configuration
27
+Add in `webpack.config.js` file the next configuration.
28
+
29
+```js
30
+webpack.chainWebpack(config => {
31
+ config.output.devtoolNamespace('app')
32
+})
33
+```
34
35
+#### Start debug
36
37
To start the application with attached debugger, choose one of the launch configurations from the drop-down list and then click the start button.
38
39

0 commit comments