module YariiEditor

Constants

ROOT_PATH
VERSION

Public Class Methods

webpacker() click to toggle source
# File lib/yarii-editor.rb, line 11
def webpacker
  @webpacker ||= ::Webpacker::Instance.new(
    root_path: ROOT_PATH,
    config_path: ROOT_PATH.join("config/webpacker.yml")
  )
end