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 2775c6e commit 7891846Copy full SHA for 7891846
packages/toolkit/.size-limit.cjs
@@ -1,8 +1,11 @@
1
const webpack = require('webpack')
2
let { join } = require('path')
3
4
-const esmSuffixes = ['modern.mjs' /*, 'browser.mjs', 'legacy-esm.js'*/]
5
-const cjsSuffixes = [/*'development.cjs',*/ 'production.min.cjs']
+const esmSuffixes = ['modern.mjs', 'browser.mjs' /*, 'legacy-esm.js'*/]
+const cjsSuffixes = [
6
+ /*'development.cjs',*/
7
+ /*'production.min.cjs'*/
8
+]
9
10
function withRtkPath(suffix, cjs = false) {
11
/**
0 commit comments