Skip to content

Commit 6c67595

Browse files
committed
Fix path to index.js entry point.
1 parent 2d0dee9 commit 6c67595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path')
22
const webpack = require('webpack')
33

44
module.exports = {
5-
entry: './src/index.js',
5+
entry: './alloydflanagan/static/src/index.js',
66
output: {
77
path: path.resolve(__dirname, 'dist'),
88
filename: 'bundle.js'

0 commit comments

Comments
 (0)