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 3d67f1a commit 38aec8eCopy full SHA for 38aec8e
ember-primitives/package.json
@@ -140,7 +140,7 @@
140
"types": "./dist-types/test-support/index.d.ts",
141
"default": "./dist/test-support/index.js"
142
},
143
- "./addon-main": "./addon-main.cjs"
+ "./addon-main.js": "./addon-main.cjs"
144
145
"typesVersions": {
146
"*": {
ember-primitives/src/index.ts
@@ -1,8 +1,8 @@
1
import { importSync, isDevelopingApp, macroCondition } from '@embroider/macros';
2
3
-if (macroCondition(isDevelopingApp())) {
4
- importSync('./components/violations.css');
5
-}
+// if (macroCondition(isDevelopingApp())) {
+// importSync('./components/violations.css');
+// }
6
7
export {
8
Accordion,
0 commit comments