-
-
Save ron813c/1bc221110d53f753bf33 to your computer and use it in GitHub Desktop.
Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { module: { loaders: [ { test: /\.css/, loader: "style-loader!css-loader" }, { test: /\.gif/, loader: "url-loader?limit=10000&minetype=image/gif" }, { test: /\.jpg/, loader: "url-loader?limit=10000&minetype=image/jpg" }, { test: /\.png/, loader: "url-loader?limit=10000&minetype=image/png" }, { test: /\.js$/, loader: "jsx-loader" } ], noParse: /parse-latest.js/ } }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment