python-webpack-loader icon indicating copy to clipboard operation
python-webpack-loader copied to clipboard

Fix #18: fix demo

Open jpic opened this issue 6 years ago • 0 comments

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

jpic avatar Feb 10 '19 19:02 jpic