We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0dee9 commit 6c67595Copy full SHA for 6c67595
app/webpack.config.js
@@ -2,7 +2,7 @@ const path = require('path')
2
const webpack = require('webpack')
3
4
module.exports = {
5
- entry: './src/index.js',
+ entry: './alloydflanagan/static/src/index.js',
6
output: {
7
path: path.resolve(__dirname, 'dist'),
8
filename: 'bundle.js'
0 commit comments