Assuming you want animate.css globally in your application. In your webpack module: { loaders: [ { test: /\.css$/, loader: "css-loader" } ] }.
確定! 回上一頁