aesirx-analytics 1.0.0-alpha.3 → 1.0.0-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aesirx-analytics",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "AesirX",
6
6
  "repository": "https://gitlab.redweb.dk/aesirx/analytics",
package/rollup.config.mjs CHANGED
@@ -15,6 +15,7 @@ const configPlugins = [
15
15
  }),
16
16
  babel({
17
17
  babelHelpers: 'runtime',
18
+ skipPreflightCheck: true,
18
19
  exclude: 'node_modules/**',
19
20
  extensions: ['.js', '.jsx', '.ts', '.tsx'],
20
21
  }),