19 Commits

Author SHA1 Message Date
Maxime Castres
285944d4bb
feat(cloud): add strapi cloud plugin to CMS for marketing (#18209)
* Add: Strapi Plugin Cloud

* Update: first review changes

* Update: remove versioning check + add eslint

* Update: register the plugin only on development

* Update: add cloud plugin by default in package.json

* Update: make the plugin installed by default

* Update: convert plugin in typescript

* Update: package.json file

* chore: setup the project like color-picker

* chore: fix TS issue

* Add: fix utm params

* Fix: lint issue with Link compo

* chore: fix issue with strapi.name in pkg.json

* chore: fix build scripts

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-10-25 15:13:53 +01:00
Josh
cb9e2d00a9
fix(admin): use tsconfig.build to build & alias helper-plugin in dev mode (#18431) 2023-10-13 08:33:22 +01:00
Josh
7016a1b045
chore: initialise ts admin (#18282)
* chore: initialise ts admin

* chore: set JSX to automatic

finally found it

* chore: set DTS true for the whole workflow to produce types for the helper-plugin

* chore(helper-plugin): fix the circular dependencies and calls for react
2023-10-05 08:39:49 +01:00
Josh
9756cafa00
feat(experimental): add plugin:build command (#17747)
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2023-09-05 10:25:14 +01:00
Josh
7089eb7a3e
fix: dont use relative paths, use webpack alias instead (#17733) 2023-08-22 09:37:43 +01:00
Gustav Hansen
dd3ae14b0b Chore: Allow source-maps to be enforced through an env variable 2023-07-26 16:54:44 +02:00
Gustav Hansen
394f72216a useTracking: Disable tracking if it was requested it to be disabled 2022-10-20 17:36:44 +02:00
Alexandre Bodin
4e989321e3 Fix eslint core/admin 2022-09-05 16:15:21 +02:00
Alexandre Bodin
cf49ddbbfc Prettier and backend fix 2022-08-11 10:20:49 +02:00
Convly
48ab30ccee First pass on Alexandre's review 2022-06-07 16:07:39 +02:00
soupette
84bd88a230 Enable plugin development in JS project.
Added loader for ts.
Created default tsconfig file

Signed-off-by: soupette <cyril@strapi.io>
2022-04-14 10:59:42 +02:00
soupette
09f9c82f82 Add option to mesure webpack speed
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 12:21:30 +02:00
Gustav Hansen
29ac0115ac Build: Prevent output from swallowing webpack errors 2022-03-25 10:04:46 +01:00
soupette
8d6700ca33 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2021-11-18 16:33:31 +01:00
soupette
5f85849435 Fix build release script
Signed-off-by: soupette <cyril@strapi.io>
2021-11-18 13:03:02 +01:00
Alexandre Bodin
3d8950e29d Fix admin build and develop scripts 2021-09-09 11:31:38 +02:00
soupette
46ae14f532 Enable plan switch at runtime
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-01 15:50:11 +02:00
soupette
62b4cc257e Create build script
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-28 09:51:41 +02:00
soupette
c7681b165d Change favicon
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-28 08:53:45 +02:00