Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 20, 2018
1 parent 6dfa0ff commit 4c16f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you're using Webpack to bundle your app you'll need to add 1 line of configur

- Open `webpack.config.js` (it's in the root of your project).
- Look for an Array named `appComponents`, which likely contains stuff like `"tns-core-modules/ui/frame"`.
- Add `resolve(__dirname, "node_modules/nativescript-nfc/nfc-activity.android.ts")` [as shown here](https://github.com/EddyVerbruggen/nativescript-nfc/blob/9aef4d6d1a19c79e41714a1a195e9362a0e73498/demo/webpack.config.js#L16).
- Add `resolve(__dirname, "node_modules/nativescript-nfc/nfc-activity.android.js")` [as shown here](https://github.com/EddyVerbruggen/nativescript-nfc/blob/6dfa0ff4f77cab5ab7f494ac3055f728ce51d131/demo/webpack.config.js#L17).

## API

Expand Down

0 comments on commit 4c16f6b

Please sign in to comment.