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 014568eCopy full SHA for 014568e
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,9 +1,3 @@
1
-import { importSync, isDevelopingApp, macroCondition } from '@embroider/macros';
2
-
3
-if (macroCondition(isDevelopingApp())) {
4
- importSync('./components/violations.css');
5
-}
6
7
export {
8
Accordion,
9
type AccordionContentExternalSignature,
0 commit comments