@acuteinfo/common-screens 1.0.43 → 1.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acuteinfo/common-screens",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "react",
package/rollup.config.mjs CHANGED
@@ -46,7 +46,7 @@ export default defineConfig({
46
46
  // commonjs(),
47
47
  nodePolyfills(),
48
48
  typescript({ tsconfig: "tsconfig.json" }),
49
- terser(),
49
+ // terser(),
50
50
  postcss({
51
51
  minimize: true,
52
52
  extensions: [".css"],
@@ -57,7 +57,7 @@ export default defineConfig({
57
57
  limit: 0, // All assets will be copied to the output folder
58
58
  emitFiles: true,
59
59
  fileName: "[name][extname]",
60
- destDir: "dist/assets",
60
+ // destDir: "dist/assets",
61
61
  }),
62
62
  image(),
63
63
  ],