mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 09:27:53 +01:00
trying to make this package work with ssr
This commit is contained in:
parent
d70cd7987f
commit
1c37a243d1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-datalist-input",
|
||||
"version": "1.3.6",
|
||||
"version": "1.3.7",
|
||||
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",
|
||||
"main": "./lib/DataListInput.js",
|
||||
"license": "MIT",
|
||||
|
@ -30,5 +30,10 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
},
|
||||
externals: {
|
||||
// Use external version of React
|
||||
"react": "React",
|
||||
"react-dom": "ReactDOM"
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user