You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try generate bundle.js with gulp - browserify, version 2.1.0 and 2.0.0-beta.14 show this errors:
/node_modules/angular2-modal/plugins/bootstrap/index.js:7
export { BSModalContext, BSModalContextBuilder } from './modal-context';
^
ParseError: 'import' and 'export' may appear only with 'sourceType: module'
In version 2.0.0-beta.13 it's everythings allright but I want tu work with angular 2.1.0 and that's not supported in this version.
The text was updated successfully, but these errors were encountered:
When I try generate bundle.js with gulp - browserify, version 2.1.0 and 2.0.0-beta.14 show this errors:
In version 2.0.0-beta.13 it's everythings allright but I want tu work with angular 2.1.0 and that's not supported in this version.
The text was updated successfully, but these errors were encountered: