Skip to content

Comments

Fix #18: fix demo#19

Open
jpic wants to merge 1 commit intomartim00:masterfrom
jpic:master
Open

Fix #18: fix demo#19
jpic wants to merge 1 commit intomartim00:masterfrom
jpic:master

Conversation

@jpic
Copy link

@jpic jpic commented Feb 10, 2019

Note that we also need to add to our webpack.config.js::

resolve: {
    alias: {
        '.': path.resolve(__dirname, '__target__')
    },
    extensions: ['.js', '.py']
}

This fixes issue #18 for me

Note that we also need to add to our webpack.config.js::

    resolve: {
        alias: {
            '.': path.resolve(__dirname, '__target__')
        },
        extensions: ['.js', '.py']
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant