Skip to content

Commit

Permalink
fix(local-notifications): use proper rollup config (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
trancee authored Aug 5, 2021
1 parent 561fea2 commit cd17daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-notifications/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export default {
{
file: 'dist/plugin.js',
format: 'iife',
name: 'capacitorHaptics',
name: 'capacitorLocalNotifications',
globals: {
'@capacitor/core': 'capacitorLocalNotifications',
'@capacitor/core': 'capacitorExports',
},
sourcemap: true,
inlineDynamicImports: true,
Expand Down

0 comments on commit cd17daa

Please sign in to comment.