0.0.1-2.5 • Published 6 months ago

sc-component-lib v0.0.1-2.5

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

This is sc-component-lib for the SilenceCreative Applications

Getting Started

to add the library should be the following lines to the file "next.config" to the nextConfig json

transpilePackages: 'sc-component-lib', webpack: (config) => { config.resolve.extensionAlias = { ".js": ".ts", ".tsx", ".js", ".jsx", ".mjs": ".mts", ".mjs", ".cjs": ".cts", ".cjs", }; return config; }, }

the sample final next.config file:

/* @type {import('next').NextConfig} / const nextConfig = { transpilePackages: 'sc-component-lib', webpack: (config) => { config.resolve.extensionAlias = { ".js": ".ts", ".tsx", ".js", ".jsx", ".mjs": ".mts", ".mjs", ".cjs": ".cts", ".cjs", }; return config; }, }

module.exports = nextConfig

0.0.1-2.5

6 months ago

0.0.1-2.4

6 months ago

0.0.1-2.3

6 months ago

0.0.1-2.2

6 months ago

0.0.1-2.1

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.1

7 months ago