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

Commit 05c1626

Browse files
committed
Revert webpack entry point change
1 parent 954380b commit 05c1626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
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)