mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
refactor(animations): inline css animations
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
module.exports = {
|
||||
entry: [
|
||||
"web-animations.min"
|
||||
],
|
||||
externals: [
|
||||
{
|
||||
'ionic/ionic': {
|
||||
@ -31,7 +28,6 @@ module.exports = {
|
||||
loaders: [{ test: /\.ts$/, loader: "awesome-typescript-loader" }]
|
||||
},
|
||||
resolve: {
|
||||
alias: {'web-animations.min': './dist/js/web-animations.min'},
|
||||
extensions: ["", ".js", ".ts"]
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user