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:
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
entry: [
|
||||
"./dist/ionic.js"
|
||||
"./dist/index.js"
|
||||
],
|
||||
output: {
|
||||
path: 'dist/bundles',
|
||||
|
Reference in New Issue
Block a user