// webpack.config.js
const path = require('path');
const LWCWebpackPlugin = require('lwc-webpack-plugin');
module.exports = {
plugins: [
new LWCWebpackPlugin({
namespace: {
// LWC Namespace with path
mynamespace: path.resolve('./src/modules/mynamespace')
},
// NPM modules
modules: [
'@salesforce-ux/design-system'
]
}),
]
}
-
Notifications
You must be signed in to change notification settings - Fork 5
davidturissini/lwc-webpack-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Webpack Plugin for LWC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published