Przeglądaj źródła

Fixed build-config.

Maciek 9 lat temu
rodzic
commit
54cd140729
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      build-config.js

+ 1 - 3
build-config.js

@@ -1,9 +1,7 @@
 /* jshint browser: false, node: true, strict: true */
+
 'use strict';
 
-/**
- * @see https://github.com/ckeditor/ckeditor5-dev-bundler-rollup/issues/37 for config options
- */
 module.exports = {
 	// Specify path where bundled editor will be saved.
 	destinationPath: './build/dist/',