Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /