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 16ad4f0 commit 06e3aa5Copy full SHA for 06e3aa5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@eppo/js-client-sdk-common",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
5
"main": "dist/index.js",
6
"files": [
webpack.config.js
@@ -1,11 +1,12 @@
+/* eslint-disable @typescript-eslint/no-var-requires */
const path = require('path');
const TerserPlugin = require('terser-webpack-plugin');
module.exports = {
7
entry: './src/index.ts',
8
mode: 'production',
- devtool: 'inline-source-map',
9
+ devtool: 'source-map',
10
target: 'web',
11
module: {
12
rules: [
0 commit comments