Julia Kits
Julia Kits
Hi, I fixed the plugin. Now there's a checkbox which filters unwanted posts from RSS Feed. I know it's a bit ugly solution: I added a new table with ID...
Found solution. Change your webpack.config to this: ```js const path = require('path'); module.exports = { devtool: "source-map", entry: ['babel-polyfill', path.resolve(__dirname, './yourjs.js')], mode: 'production', output: { path: __dirname+'/draft.iml.ru/static/main/js/', filename: 'yout.js' }...
Wow datepicker doesn't work in Node + ExpresJS because window is not defined. How do I fix that?