diff --git a/src/DotVVM.Framework/DotVVM.Framework.csproj b/src/DotVVM.Framework/DotVVM.Framework.csproj index f9c2fd0a7b..2a744467ea 100644 --- a/src/DotVVM.Framework/DotVVM.Framework.csproj +++ b/src/DotVVM.Framework/DotVVM.Framework.csproj @@ -128,4 +128,32 @@ $(DefineConstants);RELEASE + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/DotVVM.Framework/rollup.config.js b/src/DotVVM.Framework/rollup.config.js index cbd8d74fb7..cb9d64a267 100644 --- a/src/DotVVM.Framework/rollup.config.js +++ b/src/DotVVM.Framework/rollup.config.js @@ -1,7 +1,6 @@ import typescript from '@rollup/plugin-typescript' import resolve from 'rollup-plugin-node-resolve'; import commonjs from 'rollup-plugin-commonjs'; -import livereload from 'rollup-plugin-livereload'; import { terser } from 'rollup-plugin-terser' import replace from '@rollup/plugin-replace'; @@ -79,7 +78,6 @@ const config = ({ minify, input, output, spa, legacy }) => ({ ascii_only: true } }), - //!production && livereload('public') ] })