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 84fc593 commit 2dd3032Copy full SHA for 2dd3032
packages/firebase-crashlytics/nativescript.webpack.js
@@ -0,0 +1,9 @@
1
+module.exports = webpack => {
2
+ webpack.chainWebpack((config) => {
3
+ // fix import path for stacktrace-js
4
+ config.resolve.alias.set(
5
+ "stacktrace-js",
6
+ "stacktrace-js/dist/stacktrace.js"
7
+ );
8
+ });
9
+}
0 commit comments