webpack should build against src/browser.js vs. dist/browser.js
This commit is contained in:
parent
fecb79d291
commit
9a424d559a
|
@ -1,7 +1,7 @@
|
|||
const path = require('path');
|
||||
|
||||
const browser = {
|
||||
entry: path.resolve(__dirname, 'dist') + '/browser.js',
|
||||
entry: path.resolve(__dirname, 'src') + '/browser.js',
|
||||
mode: 'production',
|
||||
module: {
|
||||
rules: [
|
||||
|
|
Loading…
Reference in New Issue