4.0.0 • Published 3 years ago

lwc-ace v4.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

LWC-ACE

Setup npm modules

Add lwc-ace npm to lwc.config.json

...
{
    "modules": [
        {
            "npm": "lwc-ace"
        }
    ]
}
...

Use lwc-ace-loader

Add lwc-ace-loader to webpack.config.json

...

const pathConstants = 'frontend/common/mixins.scss';

{
    test: /\.s[ac]ss$/i,
    use: [
        "style-loader",
        "css-loader",
        {
            loader: "sass-loader"
        },
        {
            loader: 'lwc-ace/loader',
            options: {
                theme: 'vine',
                mixins: pathWithConstants
            }
        }
    ]
}
...

Release Notes:

3.0.1

rename lwc-ace/loader

3.0.0

added lwc-ace-loader README.md

2.0.1

Bug fix with mixin imports

2.0.0

Update library for lwc webpack plugin

Library of components:

  • Button 0.0.1
<template>
    <ace-button></ace-button>
</template>
  • Input 0.0.1
<template>
    <ace-input></ace-input>
</template>

GitHub source lwc-ace

4.0.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago