Sha256: 3315b049e31af5931a791b5702255d29d3195222ec2fea8e664ad78e64351873

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 Bytes

Contents

import buble from 'rollup-plugin-buble';

export default {
  banner: `// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE

// This is CodeMirror (http://codemirror.net), a code editor
// implemented in JavaScript on top of the browser's DOM.
//
// You can find some technical background for some of the code below
// at http://marijnhaverbeke.nl/blog/#cm-internals .
`,
  entry: "src/codemirror.js",
  format: "umd",
  dest: "lib/codemirror.js",
  moduleName: "CodeMirror",
  plugins: [ buble({namedFunctionExpressions: false}) ]
};

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
stisla-rails-0.0.2 vendor/assets/modules/codemirror/rollup.config.js
tui_editor-rails-1.0.2.0 vendor/assets/components/codemirror/rollup.config.js