FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
518 stars 83 forks source link

Comment temporary workaround for JSON files copy #179

Closed Lyrkan closed 5 years ago

Lyrkan commented 5 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets
License MIT

In #177 a small workaround had to be added to the webpack.config.js file to allow the copy of JSON files.

Since this has been fixed in Encore 0.25.0 (see https://github.com/symfony/webpack-encore/commit/7bec5742cf1668694ba6e767107f6520c62039ea) that line shouldn't be needed anymore.

kunicmarko20 commented 5 years ago

Thank you @Lyrkan !