We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f285eaa commit a199d5bCopy full SHA for a199d5b
package.json
@@ -14,7 +14,7 @@
14
"version": "1.2.2",
15
"homepage": "https://github.com/chrisboustead/netlify-cms-widget-async-select",
16
"license": "MIT",
17
- "main": "dist/main.js",
+ "main": "dist/index.js",
18
"devDependencies": {
19
"@babel/core": "^7.0.0",
20
"@babel/plugin-proposal-class-properties": "^7.0.0",
webpack.config.js
@@ -50,8 +50,7 @@ const developmentConfig = {
50
const productionConfig = {
51
mode: 'production',
52
entry: {
53
- AsyncSelectControl: ['./src/Control.js'],
54
- AsyncSelectPreview: ['./src/Preview.js']
+ index: ['./src/index.js']
55
},
56
module: {
57
rules: [
0 commit comments