mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were: ``` import {Platform} from 'ionic-framework/ionic'; ``` and are now: ``` import {Platform} from 'ionic-angular'; ```
This commit is contained in:
@ -59,7 +59,7 @@ var babelOptions = {
|
||||
modules: 'system',
|
||||
moduleIds: true,
|
||||
getModuleId: function(name) {
|
||||
return 'ionic/' + name;
|
||||
return 'ionic-angular/' + name;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user