NativeScript applications are bundled using webpack. The bundling process can be further customized via the webpack.config.js
.
By default, the webpack config will automatically configure everything for your project, and should looks something like this:
jsconst webpack = require('@nativescript/webpack')
module.exports = (env) => {
webpack.init(env)
// Learn how to customize:
// https://docs.nativescript.org/webpack
return webpack.resolveConfig()
}
Read More
👉 NativeScript webpack Reference
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4