ICC List Plugin for CKEditor Setup First, install encore and dependenices (builds node_modules folder). $ yarn install --dev Build the plugin (creates the dist folder with all files). $ yarn run encore dev To compile for release: $ yarn run encore production