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 79ce505 commit a6df794Copy full SHA for a6df794
rollup.config.js
@@ -7,11 +7,12 @@ import commonJS from 'rollup-plugin-commonjs'
7
import visualizer from 'rollup-plugin-visualizer'
8
import replace from '@rollup/plugin-replace'
9
10
-const external = ['react', 'react-dom']
+const external = ['react', 'react-dom', 'react-query']
11
12
const globals = {
13
react: 'React',
14
'react-dom': 'ReactDOM',
15
+ 'react-query': 'ReactQuery',
16
}
17
18
const inputSrcs = [
0 commit comments