This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
doesn't work with loading from app bundle (with ~ prefix) #1
Closed
@naderio
Description
breaks when loading from app bundle.
it seems to work by addling the following webpack resolve configuration
var bundler = require("nativescript-dev-webpack");
var path = require("path");
module.exports = bundler.getConfig({
root: path.resolve(__dirname),
alias: {
'~': 'app',
},
// or just
alias: {
'~': path.resolve(__dirname, 'app'),
},
}
});
Metadata
Metadata
Assignees
Labels
No labels