0.0.1-2.5 • Published 2 years ago

sc-component-lib v0.0.1-2.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.1-2.4

2 years ago

0.0.1-2.3

2 years ago

0.0.1-2.2

2 years ago

0.0.1-2.1

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.1

2 years ago