mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge branch '2.0' into windows-mode
This commit is contained in:
@@ -31,9 +31,8 @@ module.exports = {
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'ionic': path.normalize(process.cwd() + '/dist')
|
||||
'ionic-angular': path.normalize(process.cwd() + '/dist')
|
||||
},
|
||||
extensions: ["", ".js", ".ts"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ module.exports = function(currentVersion){
|
||||
|
||||
readTypeScriptModules.basePath = path.resolve(path.resolve(__dirname, '../..'));
|
||||
readTypeScriptModules.sourceFiles = [
|
||||
'ionic/ionic.ts'
|
||||
'ionic/index.ts'
|
||||
];
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user