Use non-symlinked ol.css for example-builder

File watching does not seem to work with symlinks
This commit is contained in:
Maximilian Krög
2022-08-13 16:08:02 +02:00
parent 3cbb40b943
commit 839e1d1c65
+4
View File
@@ -70,6 +70,10 @@ export default {
new CopyPlugin({
patterns: [
{from: '../site/src/theme', to: 'theme'},
{
from: path.join(baseDir, '..', '..', 'src', 'ol', 'ol.css'),
to: path.join(baseDir, '..', '..', 'theme', 'ol', 'ol.css'),
},
{from: 'data', to: 'data'},
{from: 'resources', to: 'resources'},
{from: 'index.html', to: 'index.html'},