blakus/apps/blakus-nativescript/webpack.config.js

9 lines
173 B
JavaScript

const webpack = require('@nativescript/webpack');
module.exports = (env) => {
webpack.init(env);
webpack.useConfig('typescript');
return webpack.resolveConfig();
};