Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 7d95394

Browse files
committed
Revert webpack entry point change
1 parent 329a932 commit 7d95394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

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

33
module.exports = {
44
mode: 'production',
5-
entry: './dist.browser/index.js',
5+
entry: './dist.browser/browser/index.js',
66
module: {
77
rules: [
88
{

0 commit comments

Comments
 (0)