@@ -16,6 +16,7 @@ const buildConfig = require( './build-config' );
module.exports = {
devtool: 'source-map',
+ performance: { hints: false },
entry: path.resolve( __dirname, 'src', 'ckeditor.js' ),