Skip to content

Commit 641a4b0

Browse files
committed
fix path
1 parent ba86a7e commit 641a4b0

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const rtlcss = require('rtlcss');
33
const cssDiff = require('@romainberger/css-diff');
44
const cssnano = require('cssnano');
55
const { ConcatSource } = require('webpack-sources');
6+
const path = require('path');
67

78
class RTLCSSPlugin {
89
constructor(options) {

package-lock.json

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtlcss-webpack-mix-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "RTLCSS plugin for webpack mix",
55
"main": "index.js",
66
"scripts": {
@@ -20,6 +20,7 @@
2020
"@romainberger/css-diff": "^1.0.3",
2121
"async": "^3.2.0",
2222
"cssnano": "^4.1.10",
23+
"path": "^0.12.7",
2324
"rtlcss": "^2.5.0",
2425
"webpack-sources": "^1.4.3"
2526
},

0 commit comments

Comments
 (0)