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 path = require('path');
|
||||||
|
|
||||||
const browser = {
|
const browser = {
|
||||||
entry: path.resolve(__dirname, 'dist') + '/browser.js',
|
entry: path.resolve(__dirname, 'src') + '/browser.js',
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
|
Loading…
Reference in New Issue