Skip to content

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